/* ---------------------------------  1120 ------------------------------------ */
/* ---------------------------------  1120 ------------------------------------ */
/* ---------------------------------  1120 ------------------------------------ */

@media only screen and (max-width: 1120px) {
  /* .topnavbar-container-main {
      background-color: red;
  } */
  .navbar-logout-div{
    width: 22%;
  }
  .navbar-logo{
    width: 80px;
  }

  .navbar-logo_and_dropdown_div{
    max-width: 55%;
    width: 476px;
    /* background-color: pink; */
  }
  .navbar-dropdown-div{
    width: 337px;
    /* background-color: blue; */
  }
  .navbar-dropdown-div h3{
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  .navbar-logout-div{
    max-width: 30%;
    width: 210px;
    /* background-color: pink; */
  }
  .navbar-logout-div h3{
    font-size: 12px !important;
    font-weight: 600;
    white-space: nowrap;
  }

  .navbar-logout-div button{
    font-size: 13px !important;
    font-weight: 600;
  }

  .heading-main{
    width: 400px;
    /* background-color: red; */
  }
   .heading-main-h1,.boster-container-h1{
     font-size: 43px;
   }
   .heading-main h3,.boster-container h3{
     font-size: 15px;

   }
   .scrolldown-button img{
    width: 48px;
    object-fit: contain;
  }



}
/* --------------------------------- 877 start ------------------------------------ */
/* --------------------------------- 877 start------------------------------------ */
/* --------------------------------- 877 start ------------------------------------ */
@media only screen and (max-width:877px) {
    .navbar-logo_and_dropdown_div {
        max-width: 60%;

    }
}
/* --------------------------------- 877 end ------------------------------------ */
/* --------------------------------- 877 end ------------------------------------ */
/* --------------------------------- 877 end ------------------------------------ */

/* ---------------------------------  800 ------------------------------------ */
/* ---------------------------------  800 ------------------------------------ */
/* ---------------------------------  800 ------------------------------------ */

@media only screen and (max-width: 800px) {
  /* .topnavbar-container-main {
      background-color: green;
  } */
  .main-header-container,.main-header-image{
    height:400px;
  }

  .navbar-logo{
    width: 80px;
  }

  .navbar-logo_and_dropdown_div{
    max-width: 65%;
    width: 428px;
    /* background-color: rgb(170, 18, 43); */
  }
  .navbar-dropdown-div{
    width: 316px;
    /* background-color: blue; */
  }
  .navbar-dropdown-div h3{
    font-weight: 600 !important;
    font-size: 13px !important;
  }
  .navbar-logout-div{
    max-width: 30%;
    width: 254px;
    /* background-color: pink; */
  }
  .navbar-logout-div h3{
    font-size: 13px !important;
    font-weight: 600;
  }

  .navbar-logout-div button{
    font-size: 12px !important;
    font-weight: 600;
    padding: 10px 14px;
  }

  .heading-main{
      margin-top: 90px;
      /* background-color: green; */
   }
   .heading-main-h1, .boster-container-h1 {
     font-size: 43px;
     font-weight: 600;
   }
   .heading-main h3,.boster-container h3{
     font-size: 15px;
     font-weight: 500;

   }
   .scrolldown-button img{
    width: 45px;
    object-fit: contain;
  }
  /* .content-container{
    background-color: #34dc56;
  } */
  .content-container-h1{
    font-size: 26px;
  }
  .form-inputfield-label{
    font-size: 14px;
  }
  .form-inputfield {
    border-radius: 12px;
    padding: 13px 12px ;
    font-size: 14px;
  }
  .form-textarea {
    padding: 13px 12px ;
    font-size: 14px;
    min-height:100px ;
  }
  .form-textarea::placeholder{
    font-size: 14px;
  }
  .form-space{
    margin:  10px 0 0 0 ;
  }
  .form-confirm-button{
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
    padding: 12px 0px;
  }

  .country-picker-style{
    background-color: #F6F6F6;
    border: 1px solid #E7E7E7;
    border-radius: 12px;
    padding: 13px 12px ;
    font-size: 14px !important;
    }

  .trusted-main h4 {
    font-size: 13px;
  }
  .trusted-main{
    height: 80px;
    /* background-color: yellow; */
  }
  .new-scroll-img-div{
    height: 41px !important;

  }
  .scroll-content img {
    height: 35px !important;
    object-fit: contain;
    margin-right: 25px;
    /* background-color: yellow; */
  }
  .booster-main{
    padding: 65px 0;

  }
  .boster-container button{
    font-size: 14px;
    font-weight: 600 !important;
    }

}

@media only screen and (max-width: 701px) {

  .navbar-dropdown-div {
    display: none;
  }
  .navbar-logout-div{
    max-width: 30%;
    width: 130px;

  }
  .navbar-logout-div h3{
    display: none;
  }

  .navbar-logo_and_dropdown_div{
    margin: 13px 0px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-logo{
    object-fit: contain;
    width: 115px;
  }

  .topnavbar-container-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding:0 20px;
  }

  .topnavbar-container{
    position:fixed;
    z-index: 30;
    width: 100%;
    background-color: transparent;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    right: 0;
    left: 0;
    margin: auto;
    transition: all 0.4s ease;
  }


  .topnavbar-container-main{
    background-color: #FFFFFF;
    max-width: 100%;
    width: 100%;
    padding: 3px 0;
    border-radius: 0px;
    transition: all 0.4s ease;
    max-width: 1180px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .topnavbar-container1{
    position:fixed;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    right: 0;
    left: 0;
    margin: auto;
    transition: all 0.4s ease;
    background-color:#191641;
    /* box-shadow: 0px 4px 43.1px 19px #28244C91; */

  }

  .topnavbar-container-main1{
    max-width: 100%;
    width: 100%;
    padding: 3px 0;
    border-radius: 0px;
    transition: all 0.4s ease;
    max-width: 1180px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .navbar-logout-div button{
    color:#FFFFFF ;
    background: linear-gradient(164.29deg, #3D38AF -18.82%, #7873EC 153.71%);
    font-size: 14px;
    font-weight: 500;
    line-height: 20.64px;
    letter-spacing: -0.01em;
    padding: 10px 24px;
    border-radius: 51px;
    white-space: nowrap;
    border: none;
  }
  .hamburger-menu{
    display: flex;
    cursor: pointer;
  }

  .mobile-dropdown {
    flex-direction: column;
    padding-top: 16px;
    display: flex;
    gap: 10px;
    background-color: white;
    position: absolute;
    top: 50px;
    padding: 0px 14px 10px 14px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100%;
    left: 0;

  }
  .mobile-dropdown h3 ,.mobile-dropdown1 h3{
    margin: 13px 0px;
    font-size: 14px;

  }
}


@media only screen and (max-width: 648px) {


  .main-header-container{
    /* background: linear-gradient(123.95deg, #0F0125 13.46%, #1B1945 70.12%); */
    width: 100%;
    height: 353px;
    position: relative;
    background-image: url('/images/V22_images/Image.svg');
    display: flex;
    align-items: start;
    justify-content: start;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .navbar-logo_and_dropdown_div{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-logo{
    object-fit: contain;
    width: 92px;
  }

  .topnavbar-container-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding:0 20px;
  }

  .topnavbar-container{
    position:fixed;
    z-index: 30;
    width: 100%;
    background-color: transparent;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    right: 0;
    left: 0;
    margin: auto;
    transition: all 0.4s ease;
    height: 64px;
  }
  .mobile-dropdown1 {
    top: 63px !important;
}


  .topnavbar-container-main{
    background-color: #FFFFFF;
    max-width: 100%;
    width: 100%;
    padding: 3px 0;
    border-radius: 0px;
    transition: all 0.4s ease;
    max-width: 1180px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .topnavbar-container1{
    height: 64px !important;
  }

  .topnavbar-container-main1{
    max-width: 100%;
    width: 100%;
    padding: 3px 0;
    border-radius: 0px;
    transition: all 0.4s ease;
    max-width: 1180px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .navbar-logout-div{
    max-width: 30%;
    width: 92px;
  }

  .navbar-logout-div button{
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 22px;
  }
  .content-div{
    padding-top:20px ;
    border-top-right-radius:16px ;
    border-top-left-radius:16px ;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-container{
    width: 100%;
    margin: 0px 0px 16px 0px;
  }
  .trusted-main{
    height: 70px;
    width: 100%;
    margin: 0px;
  }
  .scroll-content img {
    height: 32px !important;
    margin-right: 10px;
  }

  .content-main{
    background-color: #FFFBFB;
    width: 100%;
    padding: 3px 0;
    border: 1px solid #1D1950 ;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .heading-main-h1{
    font-size: 24px;
    font-weight: 700;
    line-height: 64.8px;
    letter-spacing: -0.03em;
    text-align: left;
    margin: 0 20px;
    color: #FFFFFF;
  }

  .heading-main h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: -0.03em;
    text-align: left;
    color:#FFFFFF ;
    margin: 0 20px;
  }

  #sales_form {
    width: 100%;
    padding: 24px 15px;
    box-sizing: border-box;
  }

  .content-form {
    flex-direction: column;
  }

  .content-form div {
    width: 100%;
    margin-bottom: 5px;
  }
  .form-space{
    margin:  0px 0 0 0 ;
  }

  .scrolldown-button-div{
    display: flex;
  }

  .scrolldown-button{
    border-radius: 50%;
    background-color: transparent;
    border: none;
    margin: 0 20px;
  }
  .scrolldown-button img{
    width: 48px;
    object-fit: contain;
    margin-top: 30px;
  }

  .country-picker-style{
    background-color: #F6F6F6;
    border: 1px solid #E7E7E7;
    border-radius: 12px;
    padding: 10px 10px ;
    font-size: 14px;
    width: 100%;
  }

  .country-select.inside .selected-flag {
    margin-top: 8px !important;
  }
  .country-select .flag-dropdown {
    margin-bottom: 0px !important;
  }
  #text-area {
    margin-top: 3px;
  }

  .content-container-h1{
    font-size: 20px;
    font-weight: 700;
    line-height: 51.2px;
    letter-spacing: -0.03em;
    text-align: left;
    margin: 0;
  }

  .form-confirm-button {
    font-size: 14px;
    padding: 14px 0;
  }

  .form-inputfield{
    font-size: 14px;
    padding: 15px 12px ;
  }
  .form-space {
    margin: 0px 0 0 0;
}
  .country-picker-style{
    margin-bottom: 5px;
    padding: 15px 12px ;
  }
 .form-textarea, .form-select {
    font-size: 14px;
    padding: 15px 12px ;
  }

  .booster-section {
    margin-bottom: 24px;
  }
  .booster-main {
    width: 100%;
    border-radius: 24px;
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0px;
    padding: 50px 0;
    margin-bottom: 64px;
  }

  .boster-container {
    width: 100%;
    height: 195px;
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0 0 0 24px;
  }

  .boster-container-h1 {
    font-size: 24px;
    width: 250px;
    line-height: 35px;
    font-weight: 700;
    text-align: left;
  }

  .boster-container h3 {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }

  .grid-bottom img{
    width: 113px;
    object-fit: contain;
  }
  .bottam-container-second img {
    width: 30px !important;
    height: 30px !important;
  }
  /* footer start */
  .heading-text{
    font-size: 14px !important;
  }
  .content-text,.hiring-span{
    font-size: 12px !important;
  }
  /* footer end */
}
